home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Engines / GAS⁄TURBO / background_2684.txt < prev    next >
Text File  |  1991-04-18  |  3KB  |  154 lines

  1. -- background: 2684 from stack: in
  2. -- bmap block id: 9863
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 6 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=117 top=36 right=61 bottom=394
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 20
  16. -- text size: 18
  17. -- style flags: 0
  18. -- line height: 24
  19. -- part name: 
  20.  
  21.  
  22. -- part 19 (button)
  23. -- low flags: 00
  24. -- high flags: C006
  25. -- rect: left=171 top=186 right=208 bottom=271
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: DONE
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   GO TO STACK "HOW ENGINES WORK"
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 20 (button)
  42. -- low flags: 00
  43. -- high flags: C006
  44. -- rect: left=171 top=113 right=135 bottom=271
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: FULL LOAD
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   GO TO STACK "GAS/FULL LOAD"
  56.  
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 23 (button)
  62. -- low flags: 00
  63. -- high flags: C006
  64. -- rect: left=171 top=167 right=192 bottom=272
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: DISCUSSION
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   GO TO STACK "C.I./DISCUSSION"
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 25 (button)
  81. -- low flags: 00
  82. -- high flags: 8000
  83. -- rect: left=264 top=75 right=97 bottom=364
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: RUN
  92. ----- HyperTalk script -----
  93. on MOUSESTILLDOWN
  94.   GO TO NEXT CARD
  95. END MOUSESTILLDOWN
  96.  
  97.  
  98.  
  99. -- part 26 (button)
  100. -- low flags: 00
  101. -- high flags: C006
  102. -- rect: left=277 top=113 right=135 bottom=377
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: TURBO
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   GO TO "GAS/TURBO"
  114. end mouseUp
  115.  
  116.  
  117.  
  118. -- part 28 (button)
  119. -- low flags: 00
  120. -- high flags: C006
  121. -- rect: left=171 top=131 right=153 bottom=271
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 1
  125. -- font id: 0
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: PART LOAD
  130. ----- HyperTalk script -----
  131. on mouseUp
  132.   GO TO STACK "GAS/PART LOAD"
  133. end mouseUp
  134.  
  135.  
  136.  
  137. -- part 29 (button)
  138. -- low flags: 00
  139. -- high flags: C006
  140. -- rect: left=171 top=149 right=171 bottom=271
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 0 / 0
  143. -- text alignment: 1
  144. -- font id: 0
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: NO LOAD
  149. ----- HyperTalk script -----
  150. on mouseUp
  151.   GO TO STACK "GAS/NO LOAD"
  152. end mouseUp
  153.  
  154.